home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
New Perspectives on Computer Concepts
/
New Perspectives on Computer Concepts.iso
/
np2010c
/
L02a.swf
/
scripts
/
frame_587
/
DoAction.as
Wrap
Text File
|
2007-12-30
|
250b
|
17 lines
stop();
NavSetup(qc19prev);
NavSetup(qc19next);
NavSetup(qc19end);
qc19prev.onPress = function()
{
gotoAndStop(583);
};
qc19next.onPress = function()
{
gotoAndStop(589);
};
qc19end.onPress = function()
{
gotoAndStop(530);
};